/external/deqp/framework/egl/ |
egluStaticES30Library.inl | 88 { "glSamplerParameteriv", (deFunctionPtr)glSamplerParameteriv },
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gl3stub.c | 106 FIND_PROC(glSamplerParameteriv); 212 !glSamplerParameteriv || 324 GL_APICALL void (* GL_APIENTRY glSamplerParameteriv) (GLuint sampler, GLenum pname, const GLint* param);
|
gl3stub.h | [all...] |
/development/ndk/sources/android/ndk_helper/ |
gl3stub.c | 107 FIND_PROC( glSamplerParameteriv ); 157 || !glSamplerParameteriv || !glSamplerParameterf || !glSamplerParameterfv 453 GL_APICALL void (* GL_APIENTRY glSamplerParameteriv)( GLuint sampler,
|
gl3stub.h | 476 extern GL_APICALL void (* GL_APIENTRY glSamplerParameteriv) (GLuint sampler, GLenum pname, const GLint* param); [all...] |
/external/deqp/framework/opengl/wrapper/ |
glwInitES30Direct.inl | 230 gl->samplerParameteriv = &glSamplerParameteriv;
|
glwApi.inl | 331 #define glSamplerParameteriv glwSamplerParameteriv [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 331 gl->samplerParameteriv = glSamplerParameteriv;
|
tcuNullRenderContextFuncs.inl | [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.hpp | 278 void glSamplerParameteriv (deUint32 sampler, deUint32 pname, const int* param);
|
/external/deqp/modules/gles3/functional/ |
es3fNegativeShaderApiTests.cpp | 565 ES3F_ADD_API_CASE(sampler_parameteriv, "Invalid glSamplerParameteriv() usage", 573 glSamplerParameteriv (-1, GL_TEXTURE_WRAP_S, ¶ms); 579 glSamplerParameteriv (sampler, GL_TEXTURE_WRAP_S, ¶ms); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fNegativeShaderApiTests.cpp | 599 ctx.glSamplerParameteriv (-1, GL_TEXTURE_WRAP_S, ¶ms); 605 ctx.glSamplerParameteriv (sampler, GL_TEXTURE_WRAP_S, ¶ms); [all...] |
/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | [all...] |
/external/chromium_org/third_party/angle/include/GLES3/ |
gl3.h | [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glprocs.h | 677 "glSamplerParameteriv\0" [all...] |
/external/deqp/framework/opengl/ |
gluCallLogWrapperApi.inl | 331 void glSamplerParameteriv (glw::GLuint sampler, glw::GLenum pname, const glw::GLint* param); [all...] |
gluCallLogWrapper.inl | [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
gl_mangle.h | [all...] |
glext.h | [all...] |
/external/mesa3d/include/GL/ |
gl_mangle.h | [all...] |
glext.h | [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/ |
libGLESv2.cpp | [all...] |