HomeSort by relevance Sort by last modified time
    Searched defs:GL_FALSE (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/angle/tests/angle_tests/
OcclusionQueriesTest.cpp 84 GLuint ready = GL_FALSE;
85 while (ready == GL_FALSE)
98 EXPECT_EQ(result, GL_FALSE);
139 EXPECT_EQ(glIsQueryEXT(query), GL_FALSE);
140 EXPECT_EQ(glIsQueryEXT(query2), GL_FALSE);
150 EXPECT_EQ(glIsQueryEXT(query2), GL_FALSE); // have not called begin
176 GLuint ready = GL_FALSE;
  /external/chromium_org/ppapi/lib/gl/gles2/
gl2ext_ppapi.c 9 #ifndef GL_FALSE
10 #define GL_FALSE 0
11 #endif // GL_FALSE
88 return g_gles2_interface ? GL_TRUE : GL_FALSE;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_rendertmp.h 307 EDGEFLAG_SET( ELT(start), GL_FALSE );
316 EDGEFLAG_SET( ELT(count-1), GL_FALSE );
322 EDGEFLAG_SET( ELT(j), GL_FALSE );
329 EDGEFLAG_SET( ELT(start), GL_FALSE );
333 EDGEFLAG_SET( ELT(j), GL_FALSE );
  /external/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 307 EDGEFLAG_SET( ELT(start), GL_FALSE );
316 EDGEFLAG_SET( ELT(count-1), GL_FALSE );
322 EDGEFLAG_SET( ELT(j), GL_FALSE );
329 EDGEFLAG_SET( ELT(start), GL_FALSE );
333 EDGEFLAG_SET( ELT(j), GL_FALSE );
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
media_stream_video.cc 237 1, GL_FALSE, kColorMatrix);
244 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, 0);
246 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0,
263 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, 0);
265 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0,
  /external/chromium_org/ppapi/examples/media_stream_video/
media_stream_video.cc 237 1, GL_FALSE, kColorMatrix);
244 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, 0);
246 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0,
263 glVertexAttribPointer(pos_location, 2, GL_FLOAT, GL_FALSE, 0, 0);
265 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0,
  /external/deqp/modules/gles3/functional/
es3fTextureStateQueryTests.cpp 220 checkBooleans(glIsTexture(textureId), GL_FALSE);
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.cc 32 #define GL_FALSE 0
528 scene_.position_location, 3, GL_FLOAT, GL_FALSE, 0, 0);
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 50 #define GL_FALSE 0
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 50 #define GL_FALSE 0
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 80 #define GL_FALSE 0
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 50 #define GL_FALSE 0
  /external/mesa3d/include/GLES2/
gl2.h 50 #define GL_FALSE 0
  /development/ndk/platforms/android-4/include/GLES/
gl.h 52 #define GL_FALSE 0
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 52 #define GL_FALSE 0
    [all...]
  /external/mesa3d/include/GLES/
gl.h 52 #define GL_FALSE 0
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 84 #define GL_FALSE 0
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 46 #define GL_FALSE 0
    [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h 84 #define GL_FALSE 0
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h 173 #define GL_FALSE 0x0
    [all...]
  /external/mesa3d/include/GL/
gl.h 172 #define GL_FALSE 0x0
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 745 milliseconds