Home
last modified time | relevance | path

Searched refs:compileAndCheckShaderCompilationStatus (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp8278 bool compileAndCheckShaderCompilationStatus(GLuint shader_object_id);
11091 if (!compileAndCheckShaderCompilationStatus(fragment_shader_object_id)) in prepareProgramAndShaderObjectsToSupportNonRenderableTexture()
11094 if (!compileAndCheckShaderCompilationStatus(vertex_shader_object_id)) in prepareProgramAndShaderObjectsToSupportNonRenderableTexture()
11321 bool RequiredCase::compileAndCheckShaderCompilationStatus(GLuint shader_object_id) in compileAndCheckShaderCompilationStatus() function in es3cts::RequiredCase