Searched refs:shaders (Results 76 - 100 of 140) sorted by relevance

123456

/external/deqp/executor/
H A DxeTestCaseResult.hpp331 List shaders; member in class:xe::ri::ShaderProgram
/external/deqp/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp183 GLuint shaders[1];
189 glGetAttachedShaders(-1, 1, &count[0], &shaders[0]);
194 glGetAttachedShaders(shaderObject, 1, &count[0], &shaders[0]);
199 glGetAttachedShaders(program, -1, &count[0], &shaders[0]);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeStateApiTests.cpp182 GLuint shaders[1]; local
188 ctx.glGetAttachedShaders(-1, 1, &count[0], &shaders[0]);
193 ctx.glGetAttachedShaders(shaderObject, 1, &count[0], &shaders[0]);
198 ctx.glGetAttachedShaders(program, -1, &count[0], &shaders[0]);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc1122 GLsizei n, const GLuint* shaders) {
1124 share_group_->program_info_manager()->DeleteInfo(shaders[0]);
1125 helper_->DeleteShader(shaders[0]);
1208 GLsizei n, const GLuint* shaders, GLenum binaryformat, const void* binary,
1212 << static_cast<const void*>(shaders) << ", "
1225 unsigned int shader_id_size = n * sizeof(*shaders);
1234 memcpy(shader_ids, shaders, shader_id_size);
2117 GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) {
2122 << static_cast<const void*>(shaders) << ", ");
2145 result->CopyResult(shaders);
1121 DeleteShaderStub( GLsizei n, const GLuint* shaders) argument
1207 ShaderBinary( GLsizei n, const GLuint* shaders, GLenum binaryformat, const void* binary, GLsizei length) argument
2116 GetAttachedShaders( GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) argument
[all...]
H A Dgles2_c_lib_autogen.h263 GLuint* shaders) {
264 gles2::GetGLContext()->GetAttachedShaders(program, maxcount, count, shaders);
416 const GLuint* shaders,
420 gles2::GetGLContext()->ShaderBinary(n, shaders, binaryformat, binary, length);
260 GLES2GetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) argument
415 GLES2ShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const void* binary, GLsizei length) argument
H A Dgles2_trace_implementation_impl_autogen.h385 GLuint* shaders) {
387 gl_->GetAttachedShaders(program, maxcount, count, shaders);
646 const GLuint* shaders,
651 gl_->ShaderBinary(n, shaders, binaryformat, binary, length);
382 GetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) argument
645 ShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const void* binary, GLsizei length) argument
H A Dgles2_implementation_autogen.h199 GLuint* shaders) OVERRIDE;
316 const GLuint* shaders,
H A Dgles2_interface_autogen.h146 GLuint* shaders) = 0;
220 const GLuint* shaders,
H A Dgles2_interface_stub_autogen.h146 GLuint* shaders) OVERRIDE;
230 const GLuint* shaders,
H A Dgles2_trace_implementation_autogen.h146 GLuint* shaders) OVERRIDE;
230 const GLuint* shaders,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h256 GLuint* shaders);
371 const GLuint* shaders,
715 GLuint* shaders);
830 const GLuint* shaders,
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc549 GLuint* shaders) {
552 ToGles2Impl(&enter)->GetAttachedShaders(program, maxcount, count, shaders);
935 const GLuint* shaders,
941 ToGles2Impl(&enter)->ShaderBinary(n, shaders, binaryformat, binary, length);
545 GetAttachedShaders(PP_Resource context_id, GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) argument
933 ShaderBinary(PP_Resource context_id, GLsizei n, const GLuint* shaders, GLenum binaryformat, const void* binary, GLsizei length) argument
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgramBinary.h158 void getAttachedShaders(GLsizei maxCount, GLsizei *count, GLuint *shaders);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_composite.c378 shader = xa_shaders_get(ctx->shaders, vs_traits, fs_traits);
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp699 pair<deUint32, deUint32> shaders; local
724 log << TestLog::Message << "Create and attach shaders to program." << TestLog::EndMessage;
725 shaders = createAndAttachShaders(log, renderCtx, program, attributes, hasAttributeAliasing(attributes, activeBindings));
767 gl.detachShader(program, shaders.first);
768 gl.detachShader(program, shaders.second);
771 log << TestLog::Message << "Create and attach shaders to program." << TestLog::EndMessage;
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_composite.c378 shader = xa_shaders_get(ctx->shaders, vs_traits, fs_traits);
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h529 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
570 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h434 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders);
475 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec48 shaders.
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h530 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
571 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_core.c91 foreach(ptr, &rb_context->shaders) {
533 foreach(ptr, &rb_context->shaders) {
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp106 void glGetAttachedShaders (deUint32 program, int maxcount, int* count, deUint32* shaders);
147 void glShaderBinary (int n, const deUint32* shaders, deUint32 binaryformat, const void* binary, int length);
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec48 shaders.
/external/mesa3d/include/GLES2/
H A Dgl2.h530 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
571 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length);
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_core.c91 foreach(ptr, &rb_context->shaders) {
533 foreach(ptr, &rb_context->shaders) {

Completed in 774 milliseconds

123456