Searched refs:GLint (Results 76 - 100 of 107) sorted by relevance

12345

/frameworks/native/libs/gui/tests/
H A DGLTest.cpp261 GLint compiled = 0;
265 GLint infoLen = 0;
315 GLint linkStatus = GL_FALSE;
318 GLint bufLength = 0;
H A DSurfaceTextureMultiContextGL_test.cpp166 GLint texBinding = -1;
198 GLint texBinding = -1;
226 GLint texBinding = -1;
327 GLint texBinding = -1;
362 GLint texBinding = -1;
H A DSRGB_test.cpp171 GLint positionHandle = glGetAttribLocation(program, "vPosition");
175 GLint samplerHandle = glGetUniformLocation(program, "texSampler");
212 void drawTexture(bool asSRGB, GLint x, GLint y, GLsizei width,
/frameworks/rs/driver/
H A DrsdShaderCache.cpp161 GLint linkStatus = GL_FALSE;
164 GLint bufLength = 0;
193 GLint numUniforms = 0;
198 GLint maxNameLength = 0;
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp65 bool GLFrame::InitWithTexture(GLint texture_id, int width, int height) {
72 bool GLFrame::InitWithFbo(GLint fbo_id, int width, int height) {
118 bool GLFrame::SetTextureParameter(GLenum pname, GLint value) {
H A Dshader_program.cpp307 GLint compiled = 0;
324 GLint log_length = 0;
354 GLint linked = 0;
358 GLint log_length = 0;
379 GLint capacity;
578 GLint result;
657 GLint count1, count2;
708 GLint capacity;
759 GLint capacity;
835 GLint capacit
[all...]
H A Dgl_env.cpp304 for (GLint error = glGetError(); error; error = glGetError()) {
352 GLint result;
H A Dshader_program.h40 typedef GLint ProgramVar;
/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp219 void __glGetIntegerv(GLenum pname, GLint * data);
267 void glGetIntegerv(GLenum pname, GLint * data) {
271 *data = (GLint)num_exts;
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp49 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
53 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
55 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
59 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
61 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
65 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
71 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type,
273 static int getNeededCount(GLint pname) {
545 /* void glClearStencil ( GLint s ) */
550 (GLint)
[all...]
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp194 GLint available;
202 GLint disjointOccurred;
/frameworks/native/opengl/libagl/
H A Dstate.cpp226 void glStencilFunc(GLenum func, GLint /*ref*/, GLuint /*mask*/) {
356 void glGetIntegerv(GLenum pname, GLint *params)
464 16*sizeof(GLint));
469 16*sizeof(GLint));
474 16*sizeof(GLint));
595 void glClearStencil(GLint s) {
H A Dmatrix.cpp458 GLint matrix_stack_t::push()
469 GLint matrix_stack_t::pop()
641 int ogles_surfaceport(ogles_context_t* c, GLint x, GLint y)
662 GLint x, GLint y, GLsizei w, GLsizei h)
681 GLint x, GLint y, GLsizei w, GLsizei h)
696 GLint H = c->rasterizer.state.buffers.color.height;
975 GLint er
[all...]
H A Degl.cpp74 static T setError(GLint error, T returnValue) {
85 static GLint getError() {
88 GLint error = (GLint)(uintptr_t)pthread_getspecific(gEGLErrorKey);
802 GLint key;
803 GLint value;
812 GLint key;
813 bool (*match)(GLint reqValue, GLint confValue);
814 static bool atLeast(GLint reqValu
[all...]
H A DTextureObjectManager.cpp161 GLint level, int w, int h, int s,
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp62 for (GLint error = glGetError(); error; error
151 GLint crop[4] = { 0, 0, yuvTexWidth, yuvTexHeight };
292 GLint dim = w < h ? w : h;
/frameworks/base/libs/hwui/
H A DCaches.h141 GLint maxTextureSize;
H A DGradientCache.h178 GLint mMaxTextureSize;
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp315 GLint compiled = 0;
318 GLint infoLen = 0;
385 GLint linkStatus = GL_FALSE;
388 GLint bufLength = 0;
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp62 for (GLint error = glGetError(); error; error
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetShaderSource.cpp93 GLint shaderLen = 0;
H A DglGetActiveUniformBlockName.cpp113 GLint len = 0;
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp68 GLint dim = w<h ? w : h;
78 GLint crop[4] = { 0, 4, 4, -4 };
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp124 GLint crop[4] = { 0, h, w, -h };
188 GLint crop[4] = { 0, h, w, -h };
337 const GLint xc = (mWidth - mAndroid[0].w) / 2;
338 const GLint yc = (mHeight - mAndroid[0].h) / 2;
353 GLint offset = (1 - (t - floorf(t))) * mAndroid[1].w;
354 GLint x = xc - offset;
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp201 GLint compiled = 0;
205 GLint infoLen = 0;
259 GLint linkStatus = GL_FALSE;
262 GLint bufLength = 0;

Completed in 545 milliseconds

12345