Searched defs:compiled (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp42 GLint compiled = 0; local
43 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
44 if (!compiled) {
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp42 GLint compiled = 0; local
43 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
44 if (!compiled) {
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp81 GLint compiled = 0; local
82 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
83 if (!compiled) {
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp38 GLint compiled = 0; local
39 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
40 if (!compiled) {
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp81 GLint compiled = 0; local
82 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
83 if (!compiled) {
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp88 GLint compiled = 0; local
89 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
90 if (!compiled) {
/frameworks/rs/driver/
H A DrsdShader.cpp248 GLint compiled = 0; local
249 RSD_CALL_GL(glGetShaderiv, mCurrentState->mShaderID, GL_COMPILE_STATUS, &compiled);
250 if (!compiled) {
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp294 GLint compiled = 0; local
295 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
296 if (!compiled) {
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp204 GLint compiled = 0; local
205 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
207 if (!compiled) {
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp263 // Make sure we haven't compiled and linked already
314 GLint compiled = 0; local
315 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
316 if (!compiled) {
351 // Attach all compiled shaders
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp296 GLint compiled = 0; local
297 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
299 if (!compiled) {

Completed in 118 milliseconds