HomeSort by relevance Sort by last modified time
    Searched refs:glGenSamplers (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/deqp/framework/egl/
egluStaticES30Library.inl 83 { "glGenSamplers", (deFunctionPtr)glGenSamplers },
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp 474 ES3F_ADD_API_CASE(gen_samplers, "Invalid glGenSamplers() usage",
478 glGenSamplers (-1, &sampler);
487 glGenSamplers (1, &sampler);
494 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to glGenSamplers.");
516 glGenSamplers (1, &sampler);
518 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to glGenSamplers.");
534 glGenSamplers (1, &sampler);
536 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to glGenSamplers.");
551 glGenSamplers (1, &sampler);
553 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to glGenSamplers.")
    [all...]
es3fLifetimeTests.cpp 432 , m_samplerType (ctx, "sampler", &CallLogWrapper::glGenSamplers,
es3fSamplerStateQueryTests.cpp 210 glGenSamplers(1, &m_sampler);
es3fNegativeStateApiTests.cpp     [all...]
es3fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 498 ctx.glGenSamplers (-1, &sampler);
508 ctx.glGenSamplers (1, &sampler);
515 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to ctx.glGenSamplers.");
539 ctx.glGenSamplers (1, &sampler);
541 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to ctx.glGenSamplers.");
558 ctx.glGenSamplers (1, &sampler);
560 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to ctx.glGenSamplers.");
576 ctx.glGenSamplers (1, &sampler);
578 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to ctx.glGenSamplers.");
595 ctx.glGenSamplers (1, &sampler)
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 101 FIND_PROC(glGenSamplers);
207 !glGenSamplers ||
319 GL_APICALL void (* GL_APIENTRY glGenSamplers) (GLsizei count, GLuint* samplers);
gl3stub.h 461 extern GL_APICALL void (* GL_APIENTRY glGenSamplers) (GLsizei count, GLuint* samplers);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 102 FIND_PROC( glGenSamplers );
155 || !glGetBufferParameteri64v || !glGenSamplers || !glDeleteSamplers
446 GL_APICALL void (* GL_APIENTRY glGenSamplers)( GLsizei count, GLuint* samplers );
gl3stub.h 471 extern GL_APICALL void (* GL_APIENTRY glGenSamplers) (GLsizei count, GLuint* samplers);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 446 GLW_APICALL void GLW_APIENTRY glGenSamplers (GLsizei count, GLuint* samplers)
tcuNullRenderContextInitFuncs.inl 326 gl->genSamplers = glGenSamplers;
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 225 gl->genSamplers = &glGenSamplers;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 481 glGenSamplers = 455;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 86 void glGenSamplers ( GLsizei count, GLuint *samplers )
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 273 void glGenSamplers (int count, deUint32* samplers);
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]

Completed in 397 milliseconds

1 2 3