HomeSort by relevance Sort by last modified time
    Searched refs:pname (Results 201 - 225 of 697) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/opengl/java/android/opengl/
GLES30.java 551 // C function void glGetQueryiv ( GLenum target, GLenum pname, GLint *params )
555 int pname,
560 // C function void glGetQueryiv ( GLenum target, GLenum pname, GLint *params )
564 int pname,
568 // C function void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params )
572 int pname,
577 // C function void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params )
581 int pname,
    [all...]
GLES20.java     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
pexecute.c 39 pexecute (const char *program, char * const *argv, const char *pname,
54 pex = pex_init (PEX_USE_PIPES, pname, temp_base);
pex-common.h 59 const char *pname; member in struct:pex_obj
  /external/ipsec-tools/src/racoon/
main.c 302 pname = strrchr(*av, '/');
303 if (pname)
304 pname++;
306 pname = *av;
339 "in the configuration\n", pname);
  /frameworks/base/cmds/screencap/
screencap.cpp 47 static void usage(const char* pname)
56 pname, DEFAULT_DISPLAY_ID
89 const char* pname = argv[0]; local
103 usage(pname);
128 usage(pname);
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 263 * returns the number of values glGet returns for a given pname.
270 * that unknown pname needs more than 1 value, then the validation check
273 static int getNeededCount(GLint pname) {
277 switch (pname) {
303 switch (pname) {
346 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) {
368 _needed = getNeededCount(pname);
369 // if we didn't find this pname, we just assume the user passed
383 (GLenum)pname,
402 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf)
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 396 public void glGetIntegerv (int pname, IntBuffer params);
404 public void glPixelStorei (int pname, int param);
421 public void glTexParameterf (int target, int pname, float param);
510 public void glGetBooleanv (int pname, Buffer params);
512 public void glGetBufferParameteriv (int target, int pname, IntBuffer params);
514 public void glGetFloatv (int pname, FloatBuffer params);
516 public void glGetFramebufferAttachmentParameteriv (int target, int attachment, int pname, IntBuffer params);
518 public void glGetProgramiv (int program, int pname, IntBuffer params);
523 public void glGetRenderbufferParameteriv (int target, int pname, IntBuffer params);
525 public void glGetShaderiv (int shader, int pname, IntBuffer params);
    [all...]
GL30.java 469 // // C function void glGetQueryiv ( GLenum target, GLenum pname, GLint *params )
473 // int pname,
478 // C function void glGetQueryiv ( GLenum target, GLenum pname, GLint *params )
480 public void glGetQueryiv (int target, int pname, java.nio.IntBuffer params);
482 // // C function void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params )
486 // int pname,
491 // C function void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params )
493 public void glGetQueryObjectuiv (int id, int pname, java.nio.IntBuffer params);
499 // C function void glGetBufferPointerv ( GLenum target, GLenum pname, GLvoid** params )
501 public java.nio.Buffer glGetBufferPointerv (int target, int pname);
    [all...]
  /external/mesa3d/src/mesa/main/
nvprogram.c 177 GLenum pname, GLfloat *params)
183 if (pname == GL_PROGRAM_PARAMETER_NV) {
194 _mesa_error(ctx, GL_INVALID_ENUM, "glGetProgramParameterfvNV(pname)");
212 GLenum pname, GLdouble *params)
218 if (pname == GL_PROGRAM_PARAMETER_NV) {
229 _mesa_error(ctx, GL_INVALID_ENUM, "glGetProgramParameterdvNV(pname)");
246 _mesa_GetProgramivNV(GLuint id, GLenum pname, GLint *params)
259 switch (pname) {
270 _mesa_error(ctx, GL_INVALID_ENUM, "glGetProgramivNV(pname)");
282 _mesa_GetProgramStringNV(GLuint id, GLenum pname, GLubyte *program
    [all...]
light.c 102 _mesa_light(struct gl_context *ctx, GLuint lnum, GLenum pname, const GLfloat *params)
109 switch (pname) {
190 _mesa_problem(ctx, "Unexpected pname in _mesa_light()");
195 ctx->Driver.Lightfv( ctx, GL_LIGHT0 + lnum, pname, params );
200 _mesa_Lightf( GLenum light, GLenum pname, GLfloat param )
205 _mesa_Lightfv( light, pname, fparam );
210 _mesa_Lightfv( GLenum light, GLenum pname, const GLfloat *params )
223 switch (pname) {
273 _mesa_error(ctx, GL_INVALID_ENUM, "glLight(pname=0x%x)", pname);
    [all...]
queryobj.c 457 _mesa_GetQueryIndexediv(GLenum target, GLuint index, GLenum pname,
468 _mesa_lookup_enum_by_nr(pname));
489 switch (pname) {
526 _mesa_error(ctx, GL_INVALID_ENUM, "glGetQuery{Indexed}iv(pname)");
532 _mesa_GetQueryivARB(GLenum target, GLenum pname, GLint *params)
534 _mesa_GetQueryIndexediv(target, 0, pname, params);
538 _mesa_GetQueryObjectivARB(GLuint id, GLenum pname, GLint *params)
546 _mesa_lookup_enum_by_nr(pname));
557 switch (pname) {
582 _mesa_error(ctx, GL_INVALID_ENUM, "glGetQueryObjectivARB(pname)");
    [all...]
bufferobj.h 131 _mesa_GetBufferParameterivARB(GLenum target, GLenum pname, GLint *params);
134 _mesa_GetBufferParameteri64v(GLenum target, GLenum pname, GLint64 *params);
137 _mesa_GetBufferPointervARB(GLenum target, GLenum pname, GLvoid **params);
159 _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, GLint* params);
shaderapi.h 91 _mesa_GetHandleARB(GLenum pname);
167 _mesa_GetProgramiv(GLuint program, GLenum pname, GLint *params);
174 _mesa_GetShaderiv(GLuint shader, GLenum pname, GLint *params);
193 _mesa_ProgramParameteriARB(GLuint program, GLenum pname,
  /external/deqp/framework/opengl/wrapper/
glwApi.inl     [all...]
glwFunctionTypes.inl 172 typedef GLW_APICALL void (GLW_APIENTRY* glFramebufferParameteriFunc) (GLenum target, GLenum pname, GLint param);
191 typedef GLW_APICALL void (GLW_APIENTRY* glGetActiveAtomicCounterBufferivFunc) (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params);
195 typedef GLW_APICALL void (GLW_APIENTRY* glGetActiveSubroutineUniformivFunc) (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values);
198 typedef GLW_APICALL void (GLW_APIENTRY* glGetActiveUniformBlockivFunc) (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params);
200 typedef GLW_APICALL void (GLW_APIENTRY* glGetActiveUniformsivFunc) (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params);
204 typedef GLW_APICALL void (GLW_APIENTRY* glGetBooleanvFunc) (GLenum pname, GLboolean *data);
205 typedef GLW_APICALL void (GLW_APIENTRY* glGetBufferParameteri64vFunc) (GLenum target, GLenum pname, GLint64 *params);
206 typedef GLW_APICALL void (GLW_APIENTRY* glGetBufferParameterivFunc) (GLenum target, GLenum pname, GLint *params);
207 typedef GLW_APICALL void (GLW_APIENTRY* glGetBufferPointervFunc) (GLenum target, GLenum pname, void **params);
214 typedef GLW_APICALL void (GLW_APIENTRY* glGetDoublevFunc) (GLenum pname, GLdouble *data)
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 752 GLenum target, GLenum pname, GLfloat* params)
759 ctx->m_glGetTexParameterfv_enc(ctx, GL_TEXTURE_2D, pname, params);
762 ctx->m_glGetTexParameterfv_enc(ctx, target, pname, params);
767 GLenum target, GLenum pname, GLint* params)
772 switch (pname) {
780 ctx->m_glGetTexParameteriv_enc(ctx, GL_TEXTURE_2D, pname, params);
783 ctx->m_glGetTexParameteriv_enc(ctx, target, pname, params);
790 GLenum target, GLenum pname, GLfixed* params)
797 ctx->m_glGetTexParameterxv_enc(ctx, GL_TEXTURE_2D, pname, params);
800 ctx->m_glGetTexParameterxv_enc(ctx, target, pname, params)
    [all...]
  /external/deqp/modules/glshared/
glsStateQueryUtil.cpp 549 void queryFramebufferState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state)
556 gl.glGetFramebufferParameteriv(target, pname, &value);
572 void queryProgramState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint program, glw::GLenum pname, QueriedState& state)
579 gl.glGetProgramiv(program, pname, &value);
593 gl.glGetProgramiv(program, pname, value);
609 void queryPipelineState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint pipeline, glw::GLenum pname, QueriedState& state)
616 gl.glGetProgramPipelineiv(pipeline, pname, &value);
632 void queryTextureParamState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state)
639 gl.glGetTexParameteriv(target, pname, &value);
653 gl.glGetTexParameterfv(target, pname, &value)
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 98 static void s_glGetIntegerv(void *self, GLenum pname, GLint *ptr);
101 static void s_glGetFloatv(void *self, GLenum pname, GLfloat *ptr);
104 static void s_glGetBooleanv(void *self, GLenum pname, GLboolean *ptr);
117 static void s_glGetVertexAttribiv(void *self, GLuint index, GLenum pname, GLint *params);
120 static void s_glGetVertexAttribfv(void *self, GLuint index, GLenum pname, GLfloat *params);
123 static void s_glGetVertexAttribPointerv(void *self, GLuint index, GLenum pname, GLvoid **pointer);
234 static void s_glGetTexParameterfv(void* self, GLenum target, GLenum pname, GLfloat* params);
235 static void s_glGetTexParameteriv(void* self, GLenum target, GLenum pname, GLint* params);
236 static void s_glTexParameterf(void* self, GLenum target, GLenum pname, GLfloat param);
237 static void s_glTexParameterfv(void* self, GLenum target, GLenum pname, const GLfloat* params)
    [all...]
gl2_entry.cpp 67 void glGetBooleanv(GLenum pname, GLboolean* params);
68 void glGetBufferParameteriv(GLenum target, GLenum pname, GLint* params);
70 void glGetFloatv(GLenum pname, GLfloat* params);
71 void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint* params);
72 void glGetIntegerv(GLenum pname, GLint* params);
73 void glGetProgramiv(GLuint program, GLenum pname, GLint* params);
75 void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint* params);
76 void glGetShaderiv(GLuint shader, GLenum pname, GLint* params);
81 void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat* params);
82 void glGetTexParameteriv(GLenum target, GLenum pname, GLint* params)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UPropertyAliasesTest.java 58 String pname = UCharacter.getPropertyName(p, UProperty.NameChoice.LONG); local
78 if (!sawValue) log(" " + pname + ", value " + v + ":");
89 errln("Value round-trip failure (" + pname +
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UPropertyAliasesTest.java 54 String pname = UCharacter.getPropertyName(p, UProperty.NameChoice.LONG); local
74 if (!sawValue) log(" " + pname + ", value " + v + ":");
85 errln("Value round-trip failure (" + pname +
  /external/skia/src/gpu/gl/
GrGLNoOpInterface.h 177 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLTexParameteri(GrGLenum target, GrGLenum pname, GrGLint param);
180 GrGLenum pname,
312 GrGLenum pname,
316 GrGLenum pname,
358 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetIntegerv(GrGLenum pname, GrGLint* params);
368 GrGLenum pname,
373 GrGLenum pname,
377 GrGLenum pname,
380 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params);
383 GrGLenum pname,
    [all...]

Completed in 717 milliseconds

1 2 3 4 5 6 7 891011>>