Home
last modified time | relevance | path

Searched refs:fragmentSourceNoTex (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp234 const char* const fragmentSourceNoTex = "varying mediump vec4 v_position;\n" in drawTestPattern() local
245 const char* const fragmentSource = (useTexture) ? (fragmentSourceTex) : (fragmentSourceNoTex); in drawTestPattern()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp238 const char* const fragmentSourceNoTex = "#version 300 es\n" in drawTestPattern() local
253 const char* const fragmentSource = (useTexture) ? (fragmentSourceTex) : (fragmentSourceNoTex); in drawTestPattern()

Completed in 5 milliseconds