Searched defs:linkStatus (Results 1 - 10 of 10) sorted by relevance
/frameworks/native/opengl/tests/gl2_jni/jni/ |
H A D | gl_code.cpp | 86 GLint linkStatus = GL_FALSE; local 87 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 88 if (linkStatus != GL_TRUE) {
|
/frameworks/native/opengl/tests/gldual/jni/ |
H A D | gl_code.cpp | 86 GLint linkStatus = GL_FALSE; local 87 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 88 if (linkStatus != GL_TRUE) {
|
/frameworks/rs/driver/ |
H A D | rsdShaderCache.cpp | 157 GLint linkStatus = GL_FALSE; local 158 glGetProgramiv(pgm, GL_LINK_STATUS, &linkStatus); 159 if (linkStatus != GL_TRUE) {
|
/frameworks/av/cmds/screenrecord/ |
H A D | Program.cpp | 179 GLint linkStatus = GL_FALSE; local 180 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 181 if (linkStatus != GL_TRUE) {
|
/frameworks/native/cmds/flatland/ |
H A D | GLHelper.cpp | 371 GLint linkStatus = GL_FALSE; local 372 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 373 if (linkStatus != GL_TRUE) {
|
/frameworks/native/libs/gui/tests/ |
H A D | GLTest.cpp | 317 GLint linkStatus = GL_FALSE; local 318 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 319 if (linkStatus != GL_TRUE) {
|
/frameworks/native/opengl/tests/gl2_basic/ |
H A D | gl2_basic.cpp | 129 GLint linkStatus = GL_FALSE; local 130 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 131 if (linkStatus != GL_TRUE) {
|
/frameworks/native/opengl/tests/gl_perf/ |
H A D | fill_common.cpp | 88 GLint linkStatus = GL_FALSE; local 89 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 90 if (linkStatus != GL_TRUE) {
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
H A D | gl2_copyTexImage.cpp | 120 GLint linkStatus = GL_FALSE; local 121 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 122 if (linkStatus != GL_TRUE) {
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
H A D | gl2_yuvtex.cpp | 136 GLint linkStatus = GL_FALSE; local 137 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus); 138 if (linkStatus != GL_TRUE) {
|
Completed in 45 milliseconds