Home
last modified time | relevance | path

Searched refs:glIsTexture (Results 1 – 25 of 90) sorted by relevance

1234

/external/angle/src/tests/egl_tests/
DEGLContextSharingTest.cpp160 ASSERT_GL_TRUE(glIsTexture(textureFromCtx0)); in TEST_P()
175 ASSERT_GL_TRUE(glIsTexture(textureFromCtx0)); in TEST_P()
195 ASSERT_GL_FALSE(glIsTexture(textureFromCtx0)); in TEST_P()
235 ASSERT_GL_TRUE(glIsTexture(textureFromCtx0)); in TEST_P()
239 ASSERT_GL_TRUE(glIsTexture(textureFromCtx0)); in TEST_P()
248 ASSERT_GL_FALSE(glIsTexture(textureFromCtx0)); in TEST_P()
/external/deqp/framework/egl/
DegluStaticES20Library.inl93 { "glIsTexture", (deFunctionPtr)glIsTexture },
DegluStaticES30Library.inl156 { "glIsTexture", (deFunctionPtr)glIsTexture },
DegluStaticES31Library.inl181 { "glIsTexture", (deFunctionPtr)glIsTexture },
DegluStaticES32Library.inl210 { "glIsTexture", (deFunctionPtr)glIsTexture },
/external/deqp/modules/gles2/functional/
Des2fNegativeStateApiTests.cpp746 isTexture = glIsTexture(texture); in init()
750 isTexture = glIsTexture(texture); in init()
754 isTexture = glIsTexture(texture); in init()
759 isTexture = glIsTexture(texture); in init()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.def99 glIsTexture @97
/external/mesa3d/src/mapi/es1api/
Dgles1-symbols.txt78 glIsTexture
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def105 glIsTexture @163
DlibGLES_CM.lds106 glIsTexture;
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def161 glIsTexture = glIsTexture@4
Dosmesa.def164 glIsTexture
/external/skia/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp83 M(glIsTexture) in egl_get_gl_proc()
/external/skqp/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp83 M(glIsTexture) in egl_get_gl_proc()
/external/mesa3d/src/gallium/frontends/wgl/
Dopengl32.mingw.def154 glIsTexture = glIsTexture@4
Dopengl32.def154 glIsTexture
Dstw_context.c935 &glIsTexture,
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def90 glIsTexture @88
DlibGLESv2.lds91 glIsTexture;
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt207 glIsTexture
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp1194 isTexture = glIsTexture(texture); in init()
1198 isTexture = glIsTexture(texture); in init()
1202 isTexture = glIsTexture(texture); in init()
1207 isTexture = glIsTexture(texture); in init()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl93 gl->isTexture = &glIsTexture;
DglwInitES30Direct.inl156 gl->isTexture = &glIsTexture;
DglwInitES20.inl93 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
DglwInitES31Direct.inl181 gl->isTexture = &glIsTexture;

1234