HomeSort by relevance Sort by last modified time
    Searched refs:gl (Results 101 - 125 of 1149) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ui/gl/
gl.target.linux-arm64.mk 21 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_local_path := $(LOCAL_PATH)
22 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_var_prefix := $(GYP_VAR_PREFIX)
23 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
24 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
25 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
26 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: $(LOCAL_PATH)/ui/gl/generate_bindings.py $(LOCAL_PATH)/third_party/mesa/src/include/GL/glext.h $(LOCAL_PATH)/third_party/khronos/GLES2/gl2ext.h $(LOCAL_PATH)/ui/gl/GL/glextchromium.h $(LOCAL_PATH)/gpu/GLES2/gl2chromium.h $(LOCAL_PATH)/gpu/GLES2/gl2extchromium.h $(L (…)
    [all...]
gl.target.linux-mips.mk 21 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_local_path := $(LOCAL_PATH)
22 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_var_prefix := $(GYP_VAR_PREFIX)
23 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
24 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
25 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
26 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: $(LOCAL_PATH)/ui/gl/generate_bindings.py $(LOCAL_PATH)/third_party/mesa/src/include/GL/glext.h $(LOCAL_PATH)/third_party/khronos/GLES2/gl2ext.h $(LOCAL_PATH)/ui/gl/GL/glextchromium.h $(LOCAL_PATH)/gpu/GLES2/gl2chromium.h $(LOCAL_PATH)/gpu/GLES2/gl2extchromium.h $(L (…)
    [all...]
gl.target.linux-x86.mk 21 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_local_path := $(LOCAL_PATH)
22 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_var_prefix := $(GYP_VAR_PREFIX)
23 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
24 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
25 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
26 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: $(LOCAL_PATH)/ui/gl/generate_bindings.py $(LOCAL_PATH)/third_party/mesa/src/include/GL/glext.h $(LOCAL_PATH)/third_party/khronos/GLES2/gl2ext.h $(LOCAL_PATH)/ui/gl/GL/glextchromium.h $(LOCAL_PATH)/gpu/GLES2/gl2chromium.h $(LOCAL_PATH)/gpu/GLES2/gl2extchromium.h $(L (…)
    [all...]
gl.target.linux-x86_64.mk 21 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_local_path := $(LOCAL_PATH)
22 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_var_prefix := $(GYP_VAR_PREFIX)
23 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
24 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
25 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
26 $(gyp_shared_intermediate_dir)/ui/gl/gl_bindings_autogen_egl.cc: $(LOCAL_PATH)/ui/gl/generate_bindings.py $(LOCAL_PATH)/third_party/mesa/src/include/GL/glext.h $(LOCAL_PATH)/third_party/khronos/GLES2/gl2ext.h $(LOCAL_PATH)/ui/gl/GL/glextchromium.h $(LOCAL_PATH)/gpu/GLES2/gl2chromium.h $(LOCAL_PATH)/gpu/GLES2/gl2extchromium.h $(L (…)
    [all...]
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 144 private void init(GL10 gl) {
149 gl.glEnable(gl.GL_DEPTH_TEST);
151 gl.glDisable(gl.GL_SCISSOR_TEST);
154 gl.glEnable(gl.GL_DITHER);
156 gl.glShadeModel(gl.GL_SMOOTH);
158 gl.glEnable(gl.GL_CULL_FACE)
169 GL10 gl = (GL10)mGLContext.getGL(); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLArrowSensorTestRenderer.java 74 public void onDrawFrame(GL10 gl) {
76 gl.glTexEnvx(GL10.GL_TEXTURE_ENV, GL10.GL_TEXTURE_ENV_MODE, GL10.GL_MODULATE);
77 gl.glEnableClientState(GL10.GL_VERTEX_ARRAY);
78 gl.glEnableClientState(GL10.GL_TEXTURE_COORD_ARRAY);
79 gl.glActiveTexture(GL10.GL_TEXTURE0);
80 gl.glBindTexture(GL10.GL_TEXTURE_2D, mTextureID);
81 gl.glTexParameterx(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_WRAP_S, GL10.GL_REPEAT);
82 gl.glTexParameterx(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_WRAP_T, GL10.GL_REPEAT);
85 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT);
86 gl.glMatrixMode(GL10.GL_MODELVIEW)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
HLSLCompiler.h 8 namespace gl namespace
28 ShaderBlob *compileToBinary(gl::InfoLog &infoLog, const char *hlsl, const char *profile,
  /external/deqp/framework/opengl/
gluTexture.cpp 58 const glw::Functions& gl = context.getFunctions(); local
59 gl.genTextures(1, &m_glTexture);
60 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenTextures() failed");
69 const glw::Functions& gl = context.getFunctions(); local
70 gl.genTextures(1, &m_glTexture);
71 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenTextures() failed");
82 const glw::Functions& gl = m_context.getFunctions(); local
85 gl.bindTexture(GL_TEXTURE_1D, m_glTexture);
86 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
87 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed")
112 const glw::Functions& gl = context.getFunctions(); local
124 const glw::Functions& gl = context.getFunctions(); local
136 const glw::Functions& gl = context.getFunctions(); local
163 const glw::Functions& gl = m_context.getFunctions(); local
189 const glw::Functions& gl = m_context.getFunctions(); local
295 const glw::Functions& gl = m_context.getFunctions(); local
323 const glw::Functions& gl = m_context.getFunctions(); local
335 const glw::Functions& gl = m_context.getFunctions(); local
364 const glw::Functions& gl = m_context.getFunctions(); local
393 const glw::Functions& gl = m_context.getFunctions(); local
463 const glw::Functions& gl = m_context.getFunctions(); local
474 const glw::Functions& gl = m_context.getFunctions(); local
487 const glw::Functions& gl = m_context.getFunctions(); local
518 const glw::Functions& gl = m_context.getFunctions(); local
530 const glw::Functions& gl = m_context.getFunctions(); local
543 const glw::Functions& gl = m_context.getFunctions(); local
578 const glw::Functions& gl = m_context.getFunctions(); local
590 const glw::Functions& gl = m_context.getFunctions(); local
603 const glw::Functions& gl = m_context.getFunctions(); local
638 const glw::Functions& gl = m_context.getFunctions(); local
650 const glw::Functions& gl = m_context.getFunctions(); local
663 const glw::Functions& gl = m_context.getFunctions(); local
715 const glw::Functions& gl = m_context.getFunctions(); local
793 const glw::Functions& gl = m_context.getFunctions(); local
803 const glw::Functions& gl = m_context.getFunctions(); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.cpp 96 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
113 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, 1, &maxTextureSamples);
123 gl.getInternalformativ(GL_RENDERBUFFER, GL_RGBA8, GL_SAMPLES, 1, &maxRboSamples);
137 gl.genBuffers(1, &m_buffer);
138 GLU_EXPECT_NO_ERROR(gl.getError(), "gen buf");
141 GLU_EXPECT_NO_ERROR(gl.getError(), "setup data");
143 gl.genVertexArrays(1, &m_renderVao);
144 GLU_EXPECT_NO_ERROR(gl.getError(), "gen vao");
156 gl.genBuffers(1, &m_resolveBuffer);
157 gl.bindBuffer(GL_ARRAY_BUFFER, m_resolveBuffer)
    [all...]
es31fIntegerStateQueryTests.cpp 67 static bool verifyValue (glu::CallLogWrapper& gl, glw::GLenum target, int refValue, VerifierType type)
74 gl.glGetBooleanv(target, &value);
76 GLU_EXPECT_NO_ERROR(gl.glGetError(), "glGetBooleanv");
80 gl.getLog() << tcu::TestLog::Message << "Get* did not return a value." << tcu::TestLog::EndMessage;
85 gl.getLog() << tcu::TestLog::Message << "Expected " << ((refValue == 0) ? (GL_FALSE) : (GL_TRUE)) << ", got " << ((value == 0) ? (GL_FALSE) : (GL_TRUE)) << tcu::TestLog::EndMessage;
95 gl.glGetIntegerv(target, &value);
97 GLU_EXPECT_NO_ERROR(gl.glGetError(), "glGetIntegerv");
101 gl.getLog() << tcu::TestLog::Message << "Get* did not return a value." << tcu::TestLog::EndMessage;
106 gl.getLog() << tcu::TestLog::Message << "Expected " << refValue << ", got " << value << tcu::TestLog::EndMessage;
116 gl.glGetInteger64v(target, &value)
369 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
    [all...]
es31fBasicComputeShaderTests.cpp 53 BufferMemMap (const glw::Functions& gl, deUint32 target, int offset, int size, deUint32 access)
54 : m_gl (gl)
58 m_ptr = gl.mapBufferRange(target, offset, size, access);
59 GLU_EXPECT_NO_ERROR(gl.getError(), "glMapBufferRange()");
100 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
106 gl.useProgram(program.getProgram());
107 gl.dispatchCompute(1, 1, 1);
108 GLU_EXPECT_NO_ERROR(gl.getError(), "glDispatchCompute()");
148 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
167 gl.useProgram(program.getProgram())
268 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
387 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
502 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
596 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
    [all...]
es31fSSBOArrayLengthTests.cpp 92 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
103 gl.genBuffers(1, &m_outputBufferID);
104 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, m_outputBufferID);
105 gl.bufferData(GL_SHADER_STORAGE_BUFFER, 2 * (int)sizeof(deUint32), &invalidValue, GL_DYNAMIC_COPY);
107 gl.genBuffers(1, &m_targetBufferID);
108 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, m_targetBufferID);
110 GLU_EXPECT_NO_ERROR(gl.getError(), "create buffers");
112 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 0, m_outputBufferID);
113 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 1, m_targetBufferID);
115 GLU_EXPECT_NO_ERROR(gl.getError(), "bind buffers")
182 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
    [all...]
es31fVertexAttributeBindingStateQueryTests.cpp 58 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
64 gl.enableLogging(true);
66 gl.glBindVertexArray(*vao);
67 gl.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &maxAttrs);
77 gl.glGetVertexAttribiv(attr, GL_VERTEX_ATTRIB_BINDING, &bindingState);
78 error = gl.glGetError();
100 gl.glVertexAttribBinding(1, 4);
103 gl.glBindVertexArray(*otherVao);
104 gl.glVertexAttribBinding(1, 7);
107 gl.glBindVertexArray(*vao)
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
program_info_manager.h 28 GLES2Implementation* gl, GLuint program, GLenum pname, GLint* params) = 0;
31 GLES2Implementation* gl, GLuint program, const char* name) = 0;
34 GLES2Implementation* gl, GLuint program, const char* name) = 0;
37 GLES2Implementation* gl,
42 GLES2Implementation* gl,
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 30 #include <GLES/gl.h>
40 namespace gl { namespace in namespace:android
62 gl::buffer_t const* bind(GLuint buffer);
63 int allocateStore(gl::buffer_t* bo, GLsizeiptr size, GLenum usage);
69 KeyedVector<GLuint, gl::buffer_t*> mBuffers;
  /external/deqp/modules/glshared/
glsScissorTests.cpp 58 using namespace glw; // GL types
72 void drawQuad (const glw::Functions& gl, deUint32 program, const Vec3& p0, const Vec3& p1)
86 const deInt32 posLoc = gl.getAttribLocation(program, "a_position");
88 gl.useProgram(program);
89 gl.enableVertexAttribArray(posLoc);
90 gl.vertexAttribPointer(posLoc, 4, GL_FLOAT, GL_FALSE, 0, &position[0]);
92 gl.drawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_SHORT, &indices[0]);
94 gl.disableVertexAttribArray(posLoc);
98 void drawPrimitives (const glw::Functions& gl, deUint32 program, const deUint32 type, const vector<float>& vertices, const vector<deUint16>& indices)
100 const deInt32 posLoc = gl.getAttribLocation(program, "a_position")
195 const glw::Functions& gl = m_renderCtx.getFunctions(); local
319 const glw::Functions& gl = m_renderCtx.getFunctions(); local
434 const glw::Functions& gl = m_renderCtx.getFunctions(); local
497 const glw::Functions& gl = m_renderCtx.getFunctions(); local
520 const glw::Functions& gl = m_renderCtx.getFunctions(); local
606 const glw::Functions& gl = m_renderCtx.getFunctions(); local
789 const glw::Functions& gl = m_renderCtx.getFunctions(); local
    [all...]
  /external/deqp/modules/gles2/performance/
es2pDrawCallBatchingTests.cpp 350 const glw::Functions& gl = m_renderCtx.getFunctions(); local
359 gl.genBuffers(1, &buffer);
360 gl.bindBuffer(GL_ARRAY_BUFFER, buffer);
361 gl.bufferData(GL_ARRAY_BUFFER, 4 * 3 * m_spec.triangleCount * m_spec.drawCallCount, &(m_staticAttributeDatas[attribute][0]), GL_STATIC_DRAW);
362 gl.bindBuffer(GL_ARRAY_BUFFER, 0);
363 GLU_EXPECT_NO_ERROR(gl.getError(), "Creating static buffer failed");
373 gl.genBuffers(1, &buffer);
374 gl.bindBuffer(GL_ARRAY_BUFFER, buffer);
375 gl.bufferData(GL_ARRAY_BUFFER, 4 * 3 * m_spec.triangleCount, &(m_staticAttributeDatas[attribute][0]), GL_STATIC_DRAW);
376 gl.bindBuffer(GL_ARRAY_BUFFER, 0)
424 const glw::Functions& gl = m_renderCtx.getFunctions(); local
498 const glw::Functions& gl = m_renderCtx.getFunctions(); local
579 const glw::Functions& gl = m_renderCtx.getFunctions(); local
685 const glw::Functions& gl = m_renderCtx.getFunctions(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 27 import javax.microedition.khronos.opengles.GL;
181 public void createBufferObjects(GL gl) {
184 GL11 gl11 = (GL11) gl;
204 public void draw(GL10 gl) {
205 GL11 gl11 = (GL11) gl;
206 GL11Ext gl11Ext = (GL11Ext) gl;
208 gl.glEnableClientState(GL10.GL_VERTEX_ARRAY);
214 gl.glEnableClientState(GL11Ext.GL_MATRIX_INDEX_ARRAY_OES);
215 gl.glEnableClientState(GL11Ext.GL_WEIGHT_ARRAY_OES)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 48 using namespace glw; // GLint and other GL types
182 void verifyError (tcu::TestContext& testCtx, const glw::Functions& gl, GLenum expected)
184 deUint32 got = gl.getError();
295 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
303 gl.genRenderbuffers(1, &colorRboId);
304 gl.bindRenderbuffer(GL_RENDERBUFFER, colorRboId);
305 gl.renderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, m_targetSize, m_targetSize);
306 verifyError(m_testCtx, gl, GL_NO_ERROR);
308 gl.genRenderbuffers(1, &depthRboId);
309 gl.bindRenderbuffer(GL_RENDERBUFFER, depthRboId)
367 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
495 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
614 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
764 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
877 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
994 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
1116 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 48 using namespace glw; // GLint and other GL types
185 void verifyError (tcu::TestContext& testCtx, const glw::Functions& gl, GLenum expected)
187 deUint32 got = gl.getError();
298 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
306 gl.genRenderbuffers(1, &colorRboId);
307 gl.bindRenderbuffer(GL_RENDERBUFFER, colorRboId);
308 gl.renderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, m_targetSize, m_targetSize);
309 verifyError(m_testCtx, gl, GL_NO_ERROR);
311 gl.genRenderbuffers(1, &depthRboId);
312 gl.bindRenderbuffer(GL_RENDERBUFFER, depthRboId)
370 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
498 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
617 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
767 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
880 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
997 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
1119 const glw::Functions& gl = m_context.getRenderContext().getFunctions(); local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
InputLayoutCache.h 16 namespace gl namespace
35 GLenum applyVertexBuffers(TranslatedAttribute attributes[gl::MAX_VERTEX_ATTRIBS],
36 gl::ProgramBinary *programBinary);
50 InputLayoutElement elements[gl::MAX_VERTEX_ATTRIBS];
70 ID3D11Buffer *mCurrentBuffers[gl::MAX_VERTEX_ATTRIBS];
71 UINT mCurrentVertexStrides[gl::MAX_VERTEX_ATTRIBS];
72 UINT mCurrentVertexOffsets[gl::MAX_VERTEX_ATTRIBS];
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES3.h 12 namespace gl namespace
17 bool ValidateES3TexImageParameters(gl::Context *context, GLenum target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage,
21 bool ValidateES3CopyTexImageParameters(gl::Context *context, GLenum target, GLint level, GLenum internalformat,
25 bool ValidateES3TexStorageParameters(gl::Context *context, GLenum target, GLsizei levels, GLenum internalformat,
28 bool ValidateES3FramebufferTextureParameters(gl::Context *context, GLenum target, GLenum attachment,
32 bool ValidES3ReadFormatType(gl::Context *context, GLenum internalFormat, GLenum format, GLenum type);
34 bool ValidateInvalidateFramebufferParameters(gl::Context *context, GLenum target, GLsizei numAttachments,
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkGLContextHelper.h 32 const GrGLInterface* gl() const { return fGL; } function in class:SkGLContextHelper
55 * Subclass implements this to make a GL context. The returned GrGLInterface
63 * Subclass should destroy the underlying GL context.
77 * Helper macros for using the GL context through the GrGLInterface. Example:
80 #define SK_GL(ctx, X) (ctx).gl()->fFunctions.f ## X; \
81 SkASSERT(GR_GL_NO_ERROR == (ctx).gl()->fFunctions.fGetError())
82 #define SK_GL_RET(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X; \
83 SkASSERT(GR_GL_NO_ERROR == (ctx).gl()->fFunctions.fGetError())
84 #define SK_GL_NOERRCHECK(ctx, X) (ctx).gl()->fFunctions.f ## X
85 #define SK_GL_RET_NOERRCHECK(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ##
    [all...]
  /external/skia/include/gpu/gl/
SkGLContextHelper.h 32 const GrGLInterface* gl() const { return fGL; } function in class:SkGLContextHelper
55 * Subclass implements this to make a GL context. The returned GrGLInterface
63 * Subclass should destroy the underlying GL context.
77 * Helper macros for using the GL context through the GrGLInterface. Example:
80 #define SK_GL(ctx, X) (ctx).gl()->fFunctions.f ## X; \
81 SkASSERT(GR_GL_NO_ERROR == (ctx).gl()->fFunctions.fGetError())
82 #define SK_GL_RET(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X; \
83 SkASSERT(GR_GL_NO_ERROR == (ctx).gl()->fFunctions.fGetError())
84 #define SK_GL_NOERRCHECK(ctx, X) (ctx).gl()->fFunctions.f ## X
85 #define SK_GL_RET_NOERRCHECK(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ##
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
test_helper.h 8 #include "ui/gl/gl_implementation.h"
9 #include "ui/gl/gl_mock.h"
66 ::gfx::MockGLInterface* gl,
72 ::gfx::MockGLInterface* gl, const char* extensions);
74 ::gfx::MockGLInterface* gl,
78 static void SetupTextureManagerInitExpectations(::gfx::MockGLInterface* gl,
82 ::gfx::MockGLInterface* gl,
87 ::gfx::MockGLInterface* gl, UniformInfo* uniforms, size_t num_uniforms);
90 ::gfx::MockGLInterface* gl,
95 static void SetupProgramSuccessExpectations(::gfx::MockGLInterface* gl,
    [all...]

Completed in 497 milliseconds

1 2 3 45 6 7 8 91011>>